home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Girls Of Spice 2
/
The Girls of Spice 2.iso
/
mac
/
INSTALL.CFG
< prev
next >
Wrap
Text File
|
1995-03-06
|
5KB
|
114 lines
rem This is the configuration file used to install PC-Install for Windows
rem =====================================================================
rem --- set the color for background on the screen
SCREENCOLOR: Blue, Blue
rem --- display the bitmap logo
SCREENGRAPHIC: 2020logo.bmp, bottomright
rem --- the title that appears on the background
rem --- TITLE: "Girls of Spice2 - Installation", 44, italic, bold
rem --- the color for the title
TITLECOLOR: yellow
rem --- The following paragraph is on the first screen seen by the
rem - end-user. Note that you should leave a blank line at the top
rem - and bottom and leave a couple of spaces at the left AND right
rem - to provide proper spacing around the window border.
BEGINFIRSTSCREEN
This installation program will install the "Girls of
Spice2" Projector file onto your hard disk. It will
place an Icon in Windows and will not affect any of
your existing files.
ENDFIRSTSCREEN
rem --- The following is the last screen seen by the end-user.
rem - Note that you should leave a blank line at the top and
rem - bottom and leave a couple of spaces at the left AND right
rem - to provide proper spacing around the window border.
BEGINLASTSCREEN
Installation of Girls of Spice2 is now complete. We are certain
that you will find it most enjoyable. Other CPV Spice products
that will add to your enjoyment are:
- Fantasies, Naughty But Nice, Erotic Dreams
- Pool Club, Poker Club, Treasures of Spice
- Sex Therapy, Novel Desires, Totally Exposed
- Fantasies 2, Secrets and Girls of Spice.
ENDLASTSCREEN
rem --- check to see if the end user has enough disk space to install
rem - note that the user can install one of two file groups
rem - (all files or just the program files) thus we must
rem - provide a different check for group one and group two
rem --- MINDISKSPACE: 170000, 10
rem --- MINDISKSPACE: 160000, 20
rem --- chekc that the end user has a powerful enough CPU
MINCPUTYPE: 80286
rem --- set the default drive and directory for installation
REM --- IF LOCATE ("SOL.EXE")
REM --- DEFAULTDIR: $LOCATEDIR$, prompt="Utility files will be copied into the directory as shown"
REM --- ELSE
REM --- DEFAULTDIR: C:\SOL.EXE
REM --- ENDIF
DEFAULTDIR:C:\, NOASKDIR, NOASKDRIVE
rem --- Adds the association for the .CFG install files to the win.ini
INIFILE: "Extensions", "CFG", "SOL.exe ^.cfg", win.ini, add
rem --- , "$defaultdir$\install.ico" ...removed from line below
WINITEM: "Girls Of Spice2", "$SOURCEDIR$\SLYDSHOW\GIRLS2.EXE", "Girls of Spice2", replace
WINITEM: "Girls of Spice2", "$SOURCEDIR$\SLYDSHOW\readme.txt", "ReadMe.txt", replace
REM The following is an example of using the autoexec and config commands.
AUTOEXECPROMPT: "Do you wish to add the installation directory to your path statement in your autoexec.bat file?"
rem --- AUTOEXEC: addpath, ask
rem CONFIG: buffermin=40, filemin=30, add="DEVICE=pcinst.sys", ask
rem --- Define the two installation groups that the end-user can select
rem - for installation (all files or just program files). Note that
rem - the first two columns are used for the group number. Also note,
rem - you should leave a blank line at the top and bottom and leave a
rem - couple of spaces at the left AND right to provide proper spacing
rem - around the window border.
rem --- BEGINGROUP EXCLUSIVE
rem --- 10 [ ] Install program and sample files (recommended)
rem --- 20 [X] Relevant files will be Installed in the directory
rem --- ENDGROUP
rem The INSERTDISK command is not needed here since there is only one
rem disk in PC-INSTALL.
rem INSERTDISK: "System Disk"
rem FILE: FileName[, {compressed|selfextract}][, overwrite={new|ask}][, group=({1-99},)*]
rem --- FILE: readme.txt, overwrite=yes
rem --- FILE: *.exe, overwrite=new
rem --- FILE: install.ico, overwrite=yes
rem --- FILE: install.txt, overwrite=yes
rem --- FILE: dosshell.pif, overwrite=new
REM --- FILE: samples\*.cfg, overwrite=yes
FILE: $winsysdir$\*.*, source="$sourcedir$\SLYDSHOW\qt", overwrite=yes
rem --- Display an ASCII file to the end-user that has any new information
rem SHOWREADME: newinfo.txt
rem --- We could now run a program (EXE, COM, BAT) as we exit the installation
rem - but PC-Install does not need to do this. The line has been REMarked
rem - so that you have an example of how it might be used.
rem RUNATEXIT: "INSTALL.EXE"